From 3e1314d1cef7dd2d6ff800763667fbebe6d3a762 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Wed, 1 Feb 2017 00:29:08 +0100 Subject: [PATCH] configure.ac: 0.1.24 release --- AUTHORS | 3 +++ NEWS | 6 ++++++ configure.ac | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index ae2fec2..01b5dbf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -52,6 +52,9 @@
Micheal Muré
portability fixes
+
Edward E
+
win32 platform adaptations
+
Maxime Nicco
HSV color model extension
Teo Mazars
diff --git a/NEWS b/NEWS index a885050..4cf2b21 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,12 @@ the news section both in the README and the webpage. --> + +2017-02-01 babl-0.1.24
+Improvements to profile cache persistance, fast paths that improve actual GIMP +use on various precisions, use single precision constants for some more of CIE +computions. +
2016-11-05 babl-0.1.22
Added cache of profiled conversions, added HCY color model, some precision and performance updated for fast paths. diff --git a/configure.ac b/configure.ac index 729770c..c15f689 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ AC_PREREQ(2.54) m4_define([babl_major_version], [0]) m4_define([babl_minor_version], [1]) -m4_define([babl_micro_version], [23]) +m4_define([babl_micro_version], [24]) m4_define([babl_real_version], [babl_major_version.babl_minor_version.babl_micro_version]) m4_define([babl_version], [babl_real_version]) -- 2.30.2